home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / wced18c.zip / WKEYS.DAT < prev    next >
Text File  |  1993-08-03  |  1KB  |  44 lines

  1. # Name : wkeys.dat
  2. # Author : sjr (Stuart Russell)
  3. # This is an example of the data file required by wkeys
  4. # Lines consist of assignment statements of the form
  5. #       command [ Shift | Ctrl | Alt ] key
  6. # where key is one of
  7. #       Letter (a-z A-Z), Function key, Cursor key,
  8. #       Backspace, Delete, Home, End, PageUp, PageDown, Escape, Tab,
  9. #       Whitehome, Whiteend, Whiteleft, Whiteright, Whiteup, Whitedown,
  10. #       Whitedelete, Whitepageup, Whitepagedown.
  11. # Note: A letter must be preceded by either Ctrl or Alt
  12.  
  13. MoveBegin       Home
  14. MoveBegin       Ctrl a
  15. MoveEnd         End
  16. MoveEnd         Ctrl e
  17. MoveLeft        Left
  18. MoveLeft        Ctrl b
  19. MoveRight       Right
  20. MoveRight       Ctrl f
  21. HistoryLast     Up
  22. HistoryLast     Ctrl p
  23. HistoryNext     Down
  24. HistoryNext     Ctrl n
  25. MoveWordLeft    Ctrl Left
  26. MoveWordRight   Ctrl Right
  27. DeleteLast      Backspace
  28. DeleteThis      Delete
  29. HistoryRemove   Alt r
  30. DeletetoEnd     Alt e
  31. DeletetoBegin   Alt b
  32. DeleteLine      Alt d
  33. DeleteLine      Escape
  34. Version         Alt v
  35. Quit            Alt x
  36. Complete        Alt c
  37. Show            Alt s
  38. CompShow        Tab
  39. NoExecute       Ctrl c
  40. NoExecute       Ctrl g
  41. Alias           Alt a
  42. CompShowPath    Ctrl Tab
  43.  
  44.